home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší hry / Nejlepsi hry.iso / hry / 6zenichu / 6+1 install_txt.exe / 6 zenichu a 1 navic.exe / scripts / DefineButton2_507 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-11-28  |  503 b   |  16 lines

  1. on(release){
  2.    _root.z_27_7.start();
  3.    if(_root.DeCryption(_root.pass) != "AoCrwUaxPe")
  4.    {
  5.       _root.zadanepass = "";
  6.       _root.pass = _root.EnCryption("AoCrwUaxPe");
  7.       zamek.gotoAndStop(1);
  8.       fscommand("exec","player.exe\t" add _root.pass add "\t" add _root.pass);
  9.    }
  10.    else if(0 < _root.zadanepass.length)
  11.    {
  12.       fscommand("exec","player.exe\t" add _root.EnCryption(_root.zadanepass) add "\t" add _root.EnCryption(_root.zadanepass));
  13.       gotoAndStop(3);
  14.    }
  15. }
  16.